home *** CD-ROM | disk | FTP | other *** search
Makefile | 1989-11-15 | 214 b | 11 lines |
- #
- # Makefile for customs agent and its clients.
- #
- error ::
- @echo "AIIEEEEEE! This can only be made with PMake"
- @false
-
- package :
- -mkdir $(PKGDIR)
- cp *.[ch] Makefile makefile dependencies.mk README $(PKGDIR)
-